home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 June / Designer's Club 1997 June.iso / pc / ideasrc / demo3.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1997-05-13  |  239 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("tock")
  3.   repeat while the mouseDown
  4.     set the visible of sprite 4 to 0
  5.     updateStage()
  6.   end repeat
  7.   puppetSound("tick")
  8.   set the visible of sprite 4 to 1
  9.   sound stop 1
  10.   sound stop 2
  11.   go(1, "main")
  12. end
  13.